home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2000 July & August
/
EPA005.iso
/
Freeware
/
Genesis II terrain builder
/
_SETUP.1
/
Genesis2.exe
/
0
/
RCDATA
/
TBMPIMPORTFORM
/
TBMPIMPORTFORM.txt
Wrap
Text File
|
1999-10-16
|
3KB
|
171 lines
object BMPImportForm: TBMPImportForm
Left = 248
Top = 223
BorderStyle = bsDialog
Caption = 'BMP Import Parameters'
ClientHeight = 199
ClientWidth = 385
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 88
Width = 369
Height = 73
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 108
Width = 78
Height = 13
Caption = 'Maximum Height'
end
object Label2: TLabel
Left = 200
Top = 108
Width = 102
Height = 13
Caption = 'Grid spacing (Mtrs) x: '
end
object Label3: TLabel
Left = 288
Top = 132
Width = 14
Height = 13
Caption = ' y: '
end
object Button1: TButton
Left = 76
Top = 169
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 156
Top = 169
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Button3: TButton
Left = 236
Top = 169
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 2
OnClick = Button3Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 369
Height = 73
Caption = 'Red/Green/Blue order'
TabOrder = 3
object RGBRadio: TRadioButton
Left = 8
Top = 24
Width = 113
Height = 17
Caption = 'Red Green Blue'
Checked = True
TabOrder = 0
TabStop = True
end
object RBGRadio: TRadioButton
Left = 8
Top = 40
Width = 113
Height = 17
Caption = 'Red Blue Green '
TabOrder = 1
end
object GBRRadio: TRadioButton
Left = 128
Top = 40
Width = 113
Height = 17
Caption = 'Green Blue Red '
TabOrder = 2
end
object GRBRadio: TRadioButton
Left = 128
Top = 24
Width = 113
Height = 17
Caption = 'Green Red Blue '
TabOrder = 3
end
object BRGRadio: TRadioButton
Left = 248
Top = 40
Width = 113
Height = 17
Caption = 'Blue Red Green '
TabOrder = 4
end
object BGRRadio: TRadioButton
Left = 248
Top = 24
Width = 113
Height = 17
Caption = 'Blue Green Red '
TabOrder = 5
end
end
object MaxHeightEdit: TSpinEdit
Left = 104
Top = 104
Width = 73
Height = 22
Increment = 100
MaxValue = 9000
MinValue = 100
TabOrder = 4
Value = 1000
end
object XGridSpacingEdit: TFloatEdit
Left = 312
Top = 104
Width = 57
Height = 21
TabOrder = 5
Text = '0.1'
Digits = 1
Value = 0.100000000000000000
Min = 0.100000000000000000
Max = 9999.900000000000000000
ErrorMessage = '[No Text]'
end
object YGridSpacingEdit: TFloatEdit
Left = 312
Top = 128
Width = 57
Height = 21
TabOrder = 6
Text = '0.1'
Digits = 1
Value = 0.100000000000000000
Min = 0.100000000000000000
Max = 9999.900000000000000000
ErrorMessage = '[No Text]'
end
end